ComponentOne ASP.NET MVC Controls
DragThreshold Method

C1.Web.Mvc.Fluent Namespace > LineMarkerBuilder<T> Class : DragThreshold Method
The value.
Configurates C1.Web.Mvc.LineMarker<T>.DragThreshold. Sets the maximum distance from the horizontal or vertical line that the marker can be dragged.
Syntax
'Declaration
 
Public Function DragThreshold( _
   ByVal value As Integer _
) As LineMarkerBuilder(Of T)
public LineMarkerBuilder<T> DragThreshold( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

LineMarkerBuilder<T> Class
LineMarkerBuilder<T> Members